home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / comm / bgfax155.zip / PCB1522.TXT < prev    next >
Text File  |  1995-08-12  |  2KB  |  51 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX, PC Board 15.22, Class 2 fax modems   07-14-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. If you are using a US Robotics modem, please see "PCB-USR.TXT" instead.
  8. If you are using a Hayes Optima modem, please see "PCB-HAY.TXT" instead.
  9.  
  10. Please make sure the following two items are true before proceeding...
  11. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  12. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  13.  
  14. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  15.  
  16. Run PCBSETUP.EXE and make the following changes in the modem section...
  17. (Do not use PCBMODEM.)
  18.  
  19. Make the following changes...
  20.  
  21. Init-1      ATZ^M~~AT+FLID="713 555 1212"
  22. Init-2      AT+FCR=1;+FAA=1;+FDCC=1,3,0,2
  23. Offhook     ATH1M0
  24. Answer      ATA
  25. Dialout     ATDT
  26.  
  27. If your BOARD.BAT file (or, whatever the file is that starts up your BBS),
  28. after the PCB.EXE line...
  29.  
  30.   pcb.exe
  31.   if errorlevel 7 rcvfax.bat
  32.  
  33. (If you have any other "if errorlevel" lines in your BOARD.BAT, remember
  34. that errorlevel numbers must be in DESCENDING order: 9,8,7,6,5, etc.)
  35.  
  36. Make a new file called RCVFAX.BAT that says the following:
  37.   @echo off
  38.   bgfax /fax c:\bgfax 1 z
  39.   board.bat
  40.  
  41. The "1" is for COM1.  Change that if necessary for your modem.
  42.  
  43. NOTE: If you are using a modem that returns the "+FCON" result code instead
  44. of the "FAX" result code upon a fax call (such as a PPI, GVC, Intel) you
  45. will need to use a /fast:4 or different parameter instead of /fax.  See
  46. the BGFAX.DOC for more details.  (Most modems like the Supra and Zoom will
  47. return a "FAX" result code.)
  48.  
  49. Regards,
  50. bgfax author
  51.